Typo in autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 21:42:03 +0000 (21:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 21:42:03 +0000 (21:42 +0000)
lisp/tar-mode.el

index 7360fb32ab553408a7e7b5fdbf2247b6b4997b8a..76259bb20fbb49637016c9a565ce22dbf76ea8ce 100644 (file)
@@ -470,7 +470,7 @@ is visible (and the real data of the buffer is hidden)."
 (put 'tar-mode 'mode-class 'special)
 (put 'tar-subfile-mode 'mode-class 'special)
 
-;;;##autoload
+;;;###autoload
 (defun tar-mode ()
   "Major mode for viewing a tar file as a dired-like listing of its contents.
 You can move around using the usual cursor motion commands.